@charset "UTF-8";
/*
 *引入文件，及对页面的整体结构进行部分定义
 */
/*引入compass的模块*/
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 *输出文件
 */
/* line 127, ../sass/construct/_mixin.scss */
._btn ._icon, #head .sub-nav-container .sub-nav .prod-menu .item ._icon {
  color: white;
  font-size: 20px;
  position: relative;
  z-index: 9;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: none;
  flex: none;
  border: white 1px solid;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 141, ../sass/construct/_mixin.scss */
._btn ._icon i, #head .sub-nav-container .sub-nav .prod-menu .item ._icon i {
  color: inherit;
  font-size: 20px;
}

/* line 1, ../sass/construct/_conf.scss */
html {
  --maincolor-yellow: #FFEA00;
  --maincolor-yellow-2: #F7C100;
  --maincolor-green: #45B035;
  --maincolor-blue: #004AAE;
  --maincolor-white: #fff;
  --maincolor-black: #000;
  --gray-25: #FCFCFD;
  --gray-50: #F9FAFB;
  --gray-100: #F2F4F7;
  --gray-200: #EAECF0;
  --gray-300: #D0D5DD;
  --gray-400: #98A2B3;
  --gray-500: #667085;
  --gray-800: #1D2939;
  --ff0: inherit;
  --ff1: Harmonyos Sans Sc, sans-serif;
  --ff2: Dinpro;
  --fw0: inherit;
  --fw1: 100;
  --fw2: 400;
  --fw3: 500;
  --fw4: 700;
  --lh0: inherit;
  --lh1: 1.5;
  --lh2: 1.3;
  --lh3: 1.1;
  --lh4: 1;
  --ls0: inherit;
  --ls1: 0em;
  --ls2: -0.03em;
  --ls3: 0.04em;
  --tt0: inherit;
  --tt1: none;
  --tt2: uppercase;
  --tt3: capitalize;
  --tt4: lowercase;
  font-family: DINPro, HarmonyOS_Sans, -apple-system, BlinkMacSystemFont, SF UI Text, Helvetica Neue, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif;
}

/* line 41, ../sass/construct/_conf.scss */
body {
  overflow-x: hidden;
}

/* webkit, opera, IE9 （谷歌浏览器）*/
/* line 47, ../sass/construct/_conf.scss */
::selection {
  background: #004AAE;
  background: rgba(0, 74, 174, 0.4);
  color: #FFFFFF;
}

/* mozilla firefox（火狐浏览器） */
/* line 53, ../sass/construct/_conf.scss */
::-moz-selection {
  background: #004AAE;
  background: rgba(0, 74, 174, 0.4);
  color: #FFFFFF;
}

/* line 62, ../sass/construct/_conf.scss */
.construct {
  width: 100%;
  margin: 0 auto;
  height: auto;
  position: relative;
}

/* line 70, ../sass/construct/_conf.scss */
.container,
.sect {
  width: calc(100vw - 160px);
  max-width: 1280px;
  padding: 0 0px;
  margin: 0 auto;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 边缘宽度为90px
 */
/* line 84, ../sass/construct/_conf.scss */
.wrap {
  width: calc(100% - 80px * 2);
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
/* line 89, ../sass/construct/_conf.scss */
.wrap.row {
  width: calc(100% - 80px + 1.6vw);
  max-width: calc(1280px + 1.6vw);
}

/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-1 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-2 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-3 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-4 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-5 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-6 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-7 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-8 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-9 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-10 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-11 {
  padding: 0 .8vw;
}
/* line 97, ../sass/construct/_conf.scss */
.row .col-lg-12 {
  padding: 0 .8vw;
}

/* line 104, ../sass/construct/_conf.scss */
.container[class^='col-'], .sect[class^='col-'], .construct[class^='col-'] {
  padding: 0;
}

/* line 109, ../sass/construct/_conf.scss */
div {
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 992px) {
  /* line 116, ../sass/construct/_conf.scss */
  .wrap {
    width: calc(100% - 48px);
  }
  /* line 118, ../sass/construct/_conf.scss */
  .wrap.row {
    width: calc(100% - 48px + 1.6vw);
  }

  /* line 123, ../sass/construct/_conf.scss */
  .container,
  .sect {
    width: 100%;
    max-width: 100%;
    padding: 0 32px;
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 3, ../sass/construct/_construct.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../sass/construct/_construct.scss */
body {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 1.4rem;
  background: #ffffff;
  color: #1D2939;
  line-height: 1.5;
}

/* line 19, ../sass/construct/_construct.scss */
img {
  display: block;
  border: none;
  font-size: 0;
}

/* line 20, ../sass/construct/_construct.scss */
a, a:hover, a:focus {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}

/* line 21, ../sass/construct/_construct.scss */
.clear {
  clear: both;
}

/* line 22, ../sass/construct/_construct.scss */
.hide {
  /*visibility: hidden;*/
  display: none;
}

/* line 23, ../sass/construct/_construct.scss */
.fl {
  float: left;
}

/* line 24, ../sass/construct/_construct.scss */
.fr {
  float: right;
}

/* line 25, ../sass/construct/_construct.scss */
.black {
  color: #000;
}

/* line 26, ../sass/construct/_construct.scss */
.white {
  color: #fff;
}

/* line 28, ../sass/construct/_construct.scss */
.no-ml {
  margin-left: 0 !important;
}

/* line 29, ../sass/construct/_construct.scss */
.no-mr {
  margin-right: 0 !important;
}

/* line 30, ../sass/construct/_construct.scss */
.clear-float::after {
  content: "";
  display: block;
  clear: both;
}

/* line 35, ../sass/construct/_construct.scss */
.clear-margin::before {
  content: '';
  display: block;
  width: 100%;
  height: 0.5px;
}

/* line 42, ../sass/construct/_construct.scss */
h1, h2, h3, h4, h5, h6 {
  color: #1D2939;
}

/* line 45, ../sass/construct/_construct.scss */
b, strong, h1, h2, h3 {
  font-weight: bold;
}

/* line 49, ../sass/construct/_construct.scss */
.animation {
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

/* line 59, ../sass/construct/_construct.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 12px 0 0 0;
  border-radius: 0;
  font-size: 16px;
}
/* line 67, ../sass/construct/_construct.scss */
.pagination > li.prev > a,
.pagination > li.prev > span, .pagination li.next > a,
.pagination li.next > span {
  padding: 0;
  line-height: 42px;
  background-color: #D8D8D8;
  color: #ffffff;
}
/* line 75, ../sass/construct/_construct.scss */
.pagination > li.prev:hover > a,
.pagination > li.prev:hover > span, .pagination li.next:hover > a,
.pagination li.next:hover > span {
  color: #ffffff;
}
/* line 82, ../sass/construct/_construct.scss */
.pagination > li {
  display: inline;
}
/* line 84, ../sass/construct/_construct.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-decoration: none;
  color: #444444;
  background-color: #D8D8D8;
  margin: 0 3px;
  cursor: pointer;
  border: 1px solid transparent;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
/* line 106, ../sass/construct/_construct.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
}
/* line 120, ../sass/construct/_construct.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #004AAE;
}
/* line 132, ../sass/construct/_construct.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #004AAE;
  cursor: default;
}
/* line 144, ../sass/construct/_construct.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #ffffff;
  background-color: rgba(216, 216, 216, 0.3);
  cursor: not-allowed;
}

/* line 158, ../sass/construct/_construct.scss */
.bg-full, .fullScreen {
  width: 100%;
  height: 100vh;
  height: 100%;
}

/**
 * 字体相关
 */
/* line 167, ../sass/construct/_construct.scss */
.weight-thin {
  font-weight: 100;
}

/* line 171, ../sass/construct/_construct.scss */
.weight-extra-light {
  font-weight: 200;
}

/* line 175, ../sass/construct/_construct.scss */
.weight-light,
.light {
  font-weight: 300;
}

/* line 180, ../sass/construct/_construct.scss */
.weight-normal,
.weight-regular,
.weight-book,
.weight-roman {
  font-weight: normal;
}

/* line 187, ../sass/construct/_construct.scss */
.weight-medium {
  font-weight: 500;
}

/* line 191, ../sass/construct/_construct.scss */
.weight-semi-bold,
.weight-demi-bold {
  font-weight: 600;
}

/* line 196, ../sass/construct/_construct.scss */
.weight-bold,
.bold {
  font-weight: bold;
}

/* line 201, ../sass/construct/_construct.scss */
.weight-extra-bold,
.weight-ultra-bold {
  font-weight: 800;
}

/* line 206, ../sass/construct/_construct.scss */
.weight-heavy,
.weight-black {
  font-weight: 900;
}

/* line 211, ../sass/construct/_construct.scss */
.italic {
  font-style: italic;
}

/* line 215, ../sass/construct/_construct.scss */
.bg-cover,
.bg-contain {
  background-repeat: no-repeat;
  background-position: center;
}

/* line 220, ../sass/construct/_construct.scss */
.bg-cover {
  background-size: cover;
}

/* line 223, ../sass/construct/_construct.scss */
.bg-contain {
  background-size: contain;
}

/* line 227, ../sass/construct/_construct.scss */
._btn {
  height: 40px;
  padding: 0 8px 0 18px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  border-radius: 40px;
  background-color: #D0D5DD;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #667085;
  border: none;
  text-decoration: none;
  overflow: hidden;
  position: relative;
}
/* line 243, ../sass/construct/_construct.scss */
._btn:focus {
  box-shadow: none;
  outline: none;
}
/* line 249, ../sass/construct/_construct.scss */
._btn:hover ._label {
  color: white;
}
/* line 253, ../sass/construct/_construct.scss */
._btn:hover ._icon.animate i {
  animation: btnAnimate .8s linear infinite;
}
/* line 257, ../sass/construct/_construct.scss */
._btn:hover:after {
  width: 100%;
  right: unset;
  left: 0;
  border-radius: 40px;
}
/* line 264, ../sass/construct/_construct.scss */
._btn ._label {
  color: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  line-height: 1;
  z-index: 9;
}
/* line 277, ../sass/construct/_construct.scss */
._btn:after {
  content: '';
  display: block;
  position: absolute;
  border-radius: 0px;
  width: 0%;
  height: 100%;
  background-color: #45B035;
  right: 0;
  top: 0;
  z-index: 0;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* line 291, ../sass/construct/_construct.scss */
.ml-32 {
  margin-left: 32px;
}

/* line 296, ../sass/construct/_construct.scss */
.sec-title .t1 {
  font-size: 28px;
  font-weight: 500;
  color: #1D2939;
  word-break: keep-all;
}
/* line 302, ../sass/construct/_construct.scss */
.sec-title .l {
  margin-top: 6px;
  width: 64px;
  height: 2px;
  color: inherit;
  background-color: currentColor;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}
/* line 310, ../sass/construct/_construct.scss */
.sec-title .abst {
  margin-top: 15px;
  font-size: 16px;
  line-height: 1.5;
  color: #667085;
}
/* line 318, ../sass/construct/_construct.scss */
.sec-title:hover .l {
  width: 128px;
}

/* line 324, ../sass/construct/_construct.scss */
.flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (max-width: 992px) {
  /* line 333, ../sass/construct/_construct.scss */
  ._btn {
    height: 32px;
    font-size: 12px;
    padding: 0 4px 0 18px;
  }
  /* line 337, ../sass/construct/_construct.scss */
  ._btn:hover {
    font-size: 12px;
  }
  /* line 340, ../sass/construct/_construct.scss */
  ._btn ._icon {
    width: 24px;
    height: 24px;
    border-radius: 24px;
  }
  /* line 344, ../sass/construct/_construct.scss */
  ._btn ._icon.ml-32 {
    margin-left: 20px;
  }

  /* line 351, ../sass/construct/_construct.scss */
  .sec-title .t1 {
    font-size: 20px;
  }
  /* line 354, ../sass/construct/_construct.scss */
  .sec-title .l {
    width: 60px;
  }
  /* line 357, ../sass/construct/_construct.scss */
  .sec-title .abst {
    font-weight: 400;
  }
  /* line 362, ../sass/construct/_construct.scss */
  .sec-title:hover .l {
    width: 120px;
  }
}
/* line 1, ../sass/construct/bootstrap/_modal.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 6, ../sass/construct/bootstrap/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 9, ../sass/construct/bootstrap/_modal.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 21, ../sass/construct/bootstrap/_modal.scss */
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

/* line 30, ../sass/construct/bootstrap/_modal.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 36, ../sass/construct/bootstrap/_modal.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 40, ../sass/construct/bootstrap/_modal.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 45, ../sass/construct/bootstrap/_modal.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

/* line 57, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.5);
}

/* line 66, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 70, ../sass/construct/bootstrap/_modal.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.95;
}

/* line 74, ../sass/construct/bootstrap/_modal.scss */
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 79, ../sass/construct/bootstrap/_modal.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 82, ../sass/construct/bootstrap/_modal.scss */
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

/* line 86, ../sass/construct/bootstrap/_modal.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 90, ../sass/construct/bootstrap/_modal.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 95, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 99, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 102, ../sass/construct/bootstrap/_modal.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 105, ../sass/construct/bootstrap/_modal.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 113, ../sass/construct/bootstrap/_modal.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  /* line 117, ../sass/construct/bootstrap/_modal.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 35px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 35px -5px rgba(0, 0, 0, 0.3);
  }

  /* line 121, ../sass/construct/bootstrap/_modal.scss */
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  /* line 126, ../sass/construct/bootstrap/_modal.scss */
  .modal-lg {
    width: 900px;
  }
}
/* line 131, ../sass/construct/bootstrap/_modal.scss */
.fade:not(.show) {
  opacity: unset;
}

/* line 36, ../sass/construct/_animate.scss */
.animate-show,
.animate-show-delay,
.animate-show-delay-fast {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(70px);
  -ms-transform: translateY(70px);
  -webkit-transform: translateY(70px);
  transform: translateY(70px);
  -moz-transition: -moz-transform 1s, opacity 1s;
  -o-transition: -o-transform 1s, opacity 1s;
  -webkit-transition: -webkit-transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s;
  will-change: opacity, transform;
}
/* line 43, ../sass/construct/_animate.scss */
.animate-show.animate-style-1,
.animate-show-delay.animate-style-1,
.animate-show-delay-fast.animate-style-1 {
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}
/* line 46, ../sass/construct/_animate.scss */
.animate-show.animate-style-2,
.animate-show-delay.animate-style-2,
.animate-show-delay-fast.animate-style-2 {
  -moz-transform: translateX(70px);
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
}
/* line 49, ../sass/construct/_animate.scss */
.animate-show.animate-style-3,
.animate-show-delay.animate-style-3,
.animate-show-delay-fast.animate-style-3 {
  -moz-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

/* line 53, ../sass/construct/_animate.scss */
.animate-show.ashow,
.animate-show-delay.ashow,
.animate-show-delay-fast.ashow {
  -moz-transform: translate(0px);
  -ms-transform: translate(0px);
  -webkit-transform: translate(0px);
  transform: translate(0px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

@keyframes btnAnimate {
  from {
    transform: translateX(-30px);
  }
  to {
    transform: translateX(30px);
  }
}
@keyframes btnAnimateLeft {
  from {
    transform: translateX(30px);
  }
  to {
    transform: translateX(-30px);
  }
}
@keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-webkit-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-moz-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-ms-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
@-o-keyframes aboutArr {
  0% {
    margin-right: 65px;
  }
  130% {
    margin-right: 60px;
  }
  26% {
    margin-right: 80px;
  }
  39% {
    margin-right: 57px;
  }
  52% {
    margin-right: 72px;
  }
  65% {
    margin-right: 62px;
  }
  78% {
    margin-right: 68px;
  }
  91% {
    margin-right: 64px;
  }
  100% {
    margin-right: 65px;
  }
}
/* line 223, ../sass/construct/_animate.scss */
.mt-number-animate {
  line-height: 50px;
  height: 50px;
  font-size: 53px;
  overflow: hidden;
  display: inline-block;
  position: relative;
  font-weight: inherit;
}
/* line 231, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom {
  width: 26px;
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}
/* line 237, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}
/* line 242, ../sass/construct/_animate.scss */
.mt-number-animate .mt-number-animate-dot {
  float: left;
}

@keyframes head-show {
  0% {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  1% {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
}
@keyframes head-hide {
  0% {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  99% {
    display: block;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  100% {
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
/*
 *主要样式的文件列表，
 *具体文件存放在app文件夹中，其中_adajustment.scss在style.scss文件中已经引入
 *当app文件夹中增加新的文件之后需在此将其引入
 */
/**
 * 注意顺序
 */
/* line 32, ../sass/construct/_mixin.scss */
body::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 36, ../sass/construct/_mixin.scss */
body::-webkit-scrollbar-thumb {
  background-color: #004AAE;
}
/* line 40, ../sass/construct/_mixin.scss */
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(217, 217, 217, 0.1);
  background-color: #f1f1f1;
}

/* line 8, ../sass/app/_common.scss */
#head-blank {
  width: 100%;
  height: 102px;
}

/* line 13, ../sass/app/_common.scss */
#head {
  z-index: 999;
  width: 100%;
  background-color: #FFFFFF;
  height: 102px;
  position: fixed;
  left: 0;
  top: 0;
  transition: all .3s;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  perspective: 3000;
  -webkit-perspective: 3000;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
/* line 28, ../sass/app/_common.scss */
#head .navi {
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 80px;
}
/* line 35, ../sass/app/_common.scss */
#head .navi .logo,
#head .navi .navtool {
  flex: none;
}
/* line 39, ../sass/app/_common.scss */
#head .navi .logo {
  width: 120px;
}
/* line 41, ../sass/app/_common.scss */
#head .navi .logo > .el {
  width: 100%;
  height: auto;
}
/* line 45, ../sass/app/_common.scss */
#head .navi .logo .normal {
  display: block;
}
/* line 48, ../sass/app/_common.scss */
#head .navi .logo .white {
  display: none;
}
/* line 52, ../sass/app/_common.scss */
#head .navi .sc {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  color: #004AAE;
  margin-left: 20px;
  margin-top: 6px;
  text-align: center;
}
/* line 61, ../sass/app/_common.scss */
#head .navi nav {
  flex: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-left: 40px;
}
/* line 67, ../sass/app/_common.scss */
#head .navi nav .item {
  height: 102px;
  padding: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  font-size: 16px;
  color: #1D2939;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
/* line 78, ../sass/app/_common.scss */
#head .navi nav .item .l {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 50%;
  margin-top: 20px;
  height: 2px;
}
/* line 85, ../sass/app/_common.scss */
#head .navi nav .item .l:after {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  display: block;
  width: 0;
  height: inherit;
  background-color: #45B035;
}
/* line 94, ../sass/app/_common.scss */
#head .navi nav .item .icon {
  display: inline-block;
  color: #D0D5DD;
  font-size: 20px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 8px;
}
/* line 101, ../sass/app/_common.scss */
#head .navi nav .item:hover {
  color: #45B035;
}
/* line 104, ../sass/app/_common.scss */
#head .navi nav .item:hover .l:after {
  width: 100%;
}
/* line 108, ../sass/app/_common.scss */
#head .navi nav .item:hover .icon {
  transform: rotate(180deg);
  color: #45B035;
}
/* line 115, ../sass/app/_common.scss */
#head .navi .navtool {
  width: 150px;
}
/* line 119, ../sass/app/_common.scss */
#head .sub-nav-container {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 101px;
  left: 0;
  padding: 60px 0 0;
  background-color: #EAECF0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: 0% 0%;
  transform: rotateX(-90deg);
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
/* line 134, ../sass/app/_common.scss */
#head .sub-nav-container.animate {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 137, ../sass/app/_common.scss */
#head .sub-nav-container.active {
  transform: rotateX(0deg);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  z-index: 1;
}
/* line 142, ../sass/app/_common.scss */
#head .sub-nav-container .container {
  position: relative;
}
/* line 145, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 152, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 {
  width: 180px;
  flex: none;
}
/* line 155, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 .name {
  font-size: 28px;
  color: #45B035;
  line-height: 1;
}
/* line 160, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 .abst {
  margin-top: 16px;
  font-size: 16px;
  color: #98A2B3;
}
/* line 164, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 .abst span {
  display: block;
}
/* line 168, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 ._btn {
  margin-top: 32px;
}
/* line 172, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p2 {
  width: 400px;
  height: 240px;
  flex: none;
  position: relative;
  margin-left: 90px;
}
/* line 178, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p2 img {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
/* line 183, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p2 .line {
  height: 12px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(90deg, #004aae 0%, #45b035 67.22%, #ffea00 101.62%);
  background-blend-mode: multiply;
}
/* line 193, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu {
  display: flex;
  flex-flow: row nowrap;
  margin-left: 90px;
}
/* line 197, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item {
  position: relative;
  width: 251px;
  height: 291px;
  margin-right: 32px;
  padding: 18px 18px 28px;
  display: flex;
  flex-flow: column nowrap;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 206, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item .name-en {
  line-height: 1.2;
  font-weight: bold;
  font-size: 18px;
  height: 75px;
  mix-blend-mode: overlay;
  filter: brightness(80%);
  color: white;
}
/* line 215, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item .name-cn {
  font-size: 18px;
  color: #F2F4F7;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 221, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item ._icon {
  margin-top: 11px;
}
/* line 225, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item .icon {
  position: absolute;
  bottom: 28px;
  font-size: 24px;
  color: white;
}
/* line 231, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item:hover {
  width: 270px;
}
/* line 233, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item:hover .name-en {
  filter: brightness(150%);
}
/* line 236, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item:hover .name-cn {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  font-weight: bold;
}
/* line 241, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .prod-menu .item:hover ._icon i {
  animation: btnAnimate .8s linear infinite;
}
/* line 248, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 {
  flex: auto;
  margin-left: 75px;
  max-width: 400px;
}
/* line 252, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 33px;
  margin-bottom: 12px;
  color: #98A2B3;
}
/* line 257, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item .item-container {
  max-width: 200px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  line-height: 1.2;
}
/* line 264, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item .item-container:after {
  content: '';
  display: block;
  width: 0%;
  height: 2px;
  background-color: #45B035;
  position: absolute;
  left: 50%;
  bottom: -4px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 277, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item .icon {
  font-size: 24px;
  color: #98A2B3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 282, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item .name {
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
}
/* line 287, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item:hover {
  color: #45B035;
  cursor: pointer;
}
/* line 290, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item:hover .icon {
  color: #45B035;
}
/* line 294, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 > .item:hover .item-container:after {
  left: 0%;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 303, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1 {
  -moz-transition: all 0.4s 0.1s;
  -o-transition: all 0.4s 0.1s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s 0.1s;
}
/* line 306, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p2, #head .sub-nav-container .sub-nav .prod-menu {
  -moz-transition: all 0.4s 0.4s;
  -o-transition: all 0.4s 0.4s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.4s;
  transition: all 0.4s 0.4s;
}
/* line 309, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p3 {
  -moz-transition: all 0.4s 0.7s;
  -o-transition: all 0.4s 0.7s;
  -webkit-transition: all 0.4s;
  -webkit-transition-delay: 0.7s;
  transition: all 0.4s 0.7s;
}
/* line 312, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav .p1,
#head .sub-nav-container .sub-nav .p2,
#head .sub-nav-container .sub-nav .p3,
#head .sub-nav-container .sub-nav .prod-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/* line 319, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav.active {
  z-index: 99;
}
/* line 321, ../sass/app/_common.scss */
#head .sub-nav-container .sub-nav.active .p1,
#head .sub-nav-container .sub-nav.active .p2,
#head .sub-nav-container .sub-nav.active .p3,
#head .sub-nav-container .sub-nav.active .prod-menu {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 332, ../sass/app/_common.scss */
#head .nav-tool {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  right: 0;
  margin-left: 120px;
}
/* line 338, ../sass/app/_common.scss */
#head .nav-tool > .item {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin-left: 12px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  background-color: #F2F4F7;
}
/* line 350, ../sass/app/_common.scss */
#head .nav-tool > .item .icon {
  color: black;
  font-size: 24px;
  -moz-transition: color 0.3s, -moz-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -o-transition: color 0.3s, -o-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition: color 0.3s, -webkit-transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: color 0.3s, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
/* line 356, ../sass/app/_common.scss */
#head .nav-tool > .item.lang:hover, #head .nav-tool > .item.search:hover, #head .nav-tool > .item.menu-pc:hover {
  background-color: #45B035;
}
/* line 360, ../sass/app/_common.scss */
#head .nav-tool > .item.lang:hover .icon, #head .nav-tool > .item.search:hover .icon, #head .nav-tool > .item.menu-pc:hover .icon {
  color: white;
}
/* line 363, ../sass/app/_common.scss */
#head .nav-tool > .item.lang:hover .ri-global-line, #head .nav-tool > .item.search:hover .ri-global-line, #head .nav-tool > .item.menu-pc:hover .ri-global-line {
  transform: rotate(360deg);
}
/* line 366, ../sass/app/_common.scss */
#head .nav-tool > .item.lang:hover .ri-search-line, #head .nav-tool > .item.search:hover .ri-search-line, #head .nav-tool > .item.menu-pc:hover .ri-search-line {
  transform: rotate(90deg);
}
/* line 369, ../sass/app/_common.scss */
#head .nav-tool > .item.lang:hover .ri-menu-line, #head .nav-tool > .item.search:hover .ri-menu-line, #head .nav-tool > .item.menu-pc:hover .ri-menu-line {
  transform: rotate(180deg);
}
/* line 374, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi .norm,
#head .nav-tool > .item.menu-mobi .acti {
  width: 100%;
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 386, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi .norm {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 389, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi .acti {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 393, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi.active {
  transform: rotate(180deg);
  background-color: #45B035;
}
/* line 396, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi.active .icon {
  color: white;
}
/* line 399, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi.active .norm {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 402, ../sass/app/_common.scss */
#head .nav-tool > .item.menu-mobi.active .acti {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 407, ../sass/app/_common.scss */
#head .nav-tool .lang {
  position: relative;
  overflow: visible;
}
/* line 410, ../sass/app/_common.scss */
#head .nav-tool .lang .dropdown-container {
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 40px;
  padding-top: 15px;
  display: none;
}
/* line 418, ../sass/app/_common.scss */
#head .nav-tool .lang .dropdown-container .dropdown-list {
  border-radius: 6px;
  background-color: #F2F4F7;
  border: #98A2B3 1px solid;
  overflow: hidden;
}
/* line 423, ../sass/app/_common.scss */
#head .nav-tool .lang .dropdown-container .dropdown-list > .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 8px 8px 16px;
  color: #667085;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 427, ../sass/app/_common.scss */
#head .nav-tool .lang .dropdown-container .dropdown-list > .item svg {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
/* line 434, ../sass/app/_common.scss */
#head .nav-tool .lang .dropdown-container .dropdown-list > .item:hover {
  background-color: #98A2B3;
  color: white;
}
/* line 442, ../sass/app/_common.scss */
#head .nav-tool .lang:hover .dropdown-container {
  display: block;
}
/* line 450, ../sass/app/_common.scss */
#head .nav-tool .menu-mobi {
  display: none;
}
/* line 455, ../sass/app/_common.scss */
#head.transparent {
  background-color: transparent;
}
/* line 458, ../sass/app/_common.scss */
#head.transparent .logo .normal {
  display: none;
}
/* line 461, ../sass/app/_common.scss */
#head.transparent .logo .white {
  display: block;
}

/* line 468, ../sass/app/_common.scss */
#head-open {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: -100vh;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  overflow: hidden;
}
/* line 483, ../sass/app/_common.scss */
#head-open .left {
  width: 100%;
  max-width: 36%;
  height: 100%;
  padding: 8rem 8rem 0;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 501, ../sass/app/_common.scss */
#head-open .left .slogan .t1, #head-open .left .slogan .t2 {
  font-size: 28px;
  background: linear-gradient(135deg, #004aae 0%, #45b035 80%, #ffea00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
}
/* line 509, ../sass/app/_common.scss */
#head-open .left .slogan .t2 {
  font-weight: bold;
}
/* line 513, ../sass/app/_common.scss */
#head-open .left .contact {
  height: unset;
}
/* line 515, ../sass/app/_common.scss */
#head-open .left .contact .item {
  margin-bottom: .5rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #98A2B3;
  font-size: 14px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 521, ../sass/app/_common.scss */
#head-open .left .contact .item:hover {
  color: #45B035;
}
/* line 525, ../sass/app/_common.scss */
#head-open .left .contact .head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 527, ../sass/app/_common.scss */
#head-open .left .contact .head .icon {
  margin-right: .5rem;
}
/* line 529, ../sass/app/_common.scss */
#head-open .left .contact .head .icon i {
  font-size: 2.4rem;
}
/* line 533, ../sass/app/_common.scss */
#head-open .left .contact .head .string {
  font-weight: bold;
}
/* line 538, ../sass/app/_common.scss */
#head-open .left .contact .cont a, #head-open .left .contact .cont span {
  display: block;
  line-height: 1.5;
}
/* line 545, ../sass/app/_common.scss */
#head-open .left .qr-container img {
  width: 128px;
  height: auto;
}
/* line 549, ../sass/app/_common.scss */
#head-open .left .qr-container .qr-tip {
  font-size: 1.6rem;
  color: #45B035;
  font-weight: bold;
  margin-top: 1rem;
  line-height: 1;
}
/* line 557, ../sass/app/_common.scss */
#head-open .left .more-link {
  width: 100%;
  height: 128px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8rem;
  background-color: #1D2939;
  position: absolute;
  left: 0;
  bottom: 0;
}
/* line 569, ../sass/app/_common.scss */
#head-open .left .more-link span {
  font-size: 32px;
  color: #D0D5DD;
  font-weight: lighter;
}
/* line 574, ../sass/app/_common.scss */
#head-open .left .more-link .icon {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #FCFCFD;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
/* line 583, ../sass/app/_common.scss */
#head-open .left .more-link .icon:after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #45B035;
  margin-top: -18px;
  margin-left: -18px;
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 598, ../sass/app/_common.scss */
#head-open .left .more-link .icon i {
  font-size: 24px;
  color: #D0D5DD;
  position: relative;
  z-index: 2;
  line-height: 36px;
}
/* line 608, ../sass/app/_common.scss */
#head-open .left .more-link:hover .icon i {
  -moz-animation: btnAnimate 0.8s linear infinite;
  -webkit-animation: btnAnimate 0.8s linear infinite;
  animation: btnAnimate 0.8s linear infinite;
}
/* line 611, ../sass/app/_common.scss */
#head-open .left .more-link:hover .icon:after {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 617, ../sass/app/_common.scss */
#head-open .left .more-link-ph {
  width: 100%;
  height: 128px;
  flex: none;
}
/* line 623, ../sass/app/_common.scss */
#head-open .right {
  flex: auto;
  border-left: #EAECF0 1px solid;
  padding: 8rem 8rem 5rem;
  position: relative;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* line 32, ../sass/construct/_mixin.scss */
#head-open .right::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 36, ../sass/construct/_mixin.scss */
#head-open .right::-webkit-scrollbar-thumb {
  background-color: #004AAE;
}
/* line 40, ../sass/construct/_mixin.scss */
#head-open .right::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(217, 217, 217, 0.1);
  background-color: #f1f1f1;
}
/* line 633, ../sass/app/_common.scss */
#head-open .right p {
  line-height: 20px;
}
/* line 636, ../sass/app/_common.scss */
#head-open .right ._close {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #45B035;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: fixed;
  right: 93px;
  top: 30px;
  cursor: pointer;
}
/* line 647, ../sass/app/_common.scss */
#head-open .right ._close .icon {
  line-height: 40px;
  color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 24px;
}
/* line 654, ../sass/app/_common.scss */
#head-open .right ._close:hover .icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 659, ../sass/app/_common.scss */
#head-open .right .lang {
  font-size: 16px;
  color: #98A2B3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 663, ../sass/app/_common.scss */
#head-open .right .lang a:hover {
  font-weight: bold;
  color: #45B035;
}
/* line 668, ../sass/app/_common.scss */
#head-open .right .map {
  margin-top: 60px;
  width: 100%;
  font-size: 16px;
}
/* line 672, ../sass/app/_common.scss */
#head-open .right .map .item {
  position: relative;
  padding: 1.6rem 0;
  margin-bottom: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 678, ../sass/app/_common.scss */
#head-open .right .map .item:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  background-color: #45B035;
  width: 0;
  left: 0;
  top: 0;
  -moz-transition: width 1s linear;
  -o-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  transition: width 1s linear;
}
/* line 690, ../sass/app/_common.scss */
#head-open .right .map .item .icon {
  background-color: #45B035;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 699, ../sass/app/_common.scss */
#head-open .right .map .item .icon i {
  font-size: 18px;
  line-height: 28px;
  color: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 706, ../sass/app/_common.scss */
#head-open .right .map .item .cate-name {
  margin-left: 10rem;
  width: 20rem;
  font-size: 20px;
  font-weight: 400;
  color: #667085;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 714, ../sass/app/_common.scss */
#head-open .right .map .item .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex: auto;
  max-width: 300px;
}
/* line 720, ../sass/app/_common.scss */
#head-open .right .map .item .list.single .sub-item {
  width: 100%;
}
/* line 724, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item {
  width: 150px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #98A2B3;
  margin-bottom: 10px;
  position: relative;
}
/* line 731, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item i {
  font-size: 24px;
  margin-right: 6px;
}
/* line 735, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item a {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
/* line 740, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item a:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #45B035;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 752, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item:hover {
  color: #45B035;
}
/* line 754, ../sass/app/_common.scss */
#head-open .right .map .item .list .sub-item:hover a:after {
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/* line 761, ../sass/app/_common.scss */
#head-open .right .map .item:hover:after {
  width: 100%;
}
/* line 764, ../sass/app/_common.scss */
#head-open .right .map .item:hover .icon {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 766, ../sass/app/_common.scss */
#head-open .right .map .item:hover .icon i {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-animation: btnAnimate 1.2s linear infinite;
  -webkit-animation: btnAnimate 1.2s linear infinite;
  animation: btnAnimate 1.2s linear infinite;
}
/* line 771, ../sass/app/_common.scss */
#head-open .right .map .item:hover .cate-name {
  color: #45B035;
  font-weight: bold;
}
/* line 779, ../sass/app/_common.scss */
#head-open .left, #head-open .right {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -moz-transition: opacity 0.25s ease-in-out, -moz-transform 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out, -o-transform 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
/* line 784, ../sass/app/_common.scss */
#head-open.active {
  top: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 787, ../sass/app/_common.scss */
#head-open.active .left {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
/* line 792, ../sass/app/_common.scss */
#head-open.active .right {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

/* line 801, ../sass/app/_common.scss */
#head-open-mobi {
  display: none;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 100vw;
  padding-top: 60px;
  width: 100vw;
  height: 100vh;
  background-color: white;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 815, ../sass/app/_common.scss */
#head-open-mobi .sect {
  padding: 0 24px;
}
/* line 818, ../sass/app/_common.scss */
#head-open-mobi.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  left: 0;
}
/* line 822, ../sass/app/_common.scss */
#head-open-mobi .map {
  padding-top: 16px;
}
/* line 824, ../sass/app/_common.scss */
#head-open-mobi .map .item {
  padding: 8px 0;
}
/* line 826, ../sass/app/_common.scss */
#head-open-mobi .map .item:not(:last-child) {
  margin-bottom: 12px;
}
/* line 830, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .cate-name {
  color: #45B035;
}
/* line 832, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .cate-name span,
#head-open-mobi .map .item.active .cate-name .icon {
  color: #45B035;
}
/* line 836, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .cate-name span {
  font-weight: 700;
}
/* line 839, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .cate-name .icon {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/* line 843, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .line {
  height: 32px;
  padding: 0 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 848, ../sass/app/_common.scss */
#head-open-mobi .map .item.active .list {
  height: unset;
  padding: 12px 12px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 855, ../sass/app/_common.scss */
#head-open-mobi .map .cate-name {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 24px;
}
/* line 860, ../sass/app/_common.scss */
#head-open-mobi .map .cate-name span {
  font-size: 16px;
  color: #1D2939;
}
/* line 864, ../sass/app/_common.scss */
#head-open-mobi .map .cate-name .icon {
  font-size: 24px;
  color: #D0D5DD;
}
/* line 868, ../sass/app/_common.scss */
#head-open-mobi .map .cate-name span,
#head-open-mobi .map .cate-name .icon {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 873, ../sass/app/_common.scss */
#head-open-mobi .map .line {
  width: 100%;
  height: 0;
  overflow: hidden;
  position: relative;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.32s;
  -o-transition: all 0.32s;
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}
/* line 880, ../sass/app/_common.scss */
#head-open-mobi .map .line:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #45B035;
  position: absolute;
  left: 0;
  top: 50%;
}
/* line 891, ../sass/app/_common.scss */
#head-open-mobi .map .list {
  padding: 0 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: #F2F4F7;
  height: 0;
  overflow: hidden;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 900, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item {
  width: 35%;
  max-width: 300px;
  margin-right: 10%;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  color: #667085;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1;
}
/* line 910, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item a {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
/* line 915, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #45B035;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 927, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item .icon {
  margin-right: 8px;
  color: inherit;
  font-size: 22px;
}
/* line 932, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item:hover {
  color: #45B035;
}
/* line 934, ../sass/app/_common.scss */
#head-open-mobi .map .list .sub-item:hover a:after {
  width: 100%;
}
/* line 940, ../sass/app/_common.scss */
#head-open-mobi .map .list.single .sub-item {
  width: 80%;
}
/* line 946, ../sass/app/_common.scss */
#head-open-mobi .lang {
  background-color: #FCFCFD;
  padding: 16px 0;
}
/* line 949, ../sass/app/_common.scss */
#head-open-mobi .lang .item {
  padding: 2px 6px;
  margin-right: 16px;
  font-size: 14px;
  color: #D0D5DD;
}
/* line 955, ../sass/app/_common.scss */
#head-open-mobi .lang .item.active {
  color: #45B035;
  font-weight: bold;
}
/* line 960, ../sass/app/_common.scss */
#head-open-mobi .mid {
  background-color: #F2F4F7;
  padding: 24px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
/* line 966, ../sass/app/_common.scss */
#head-open-mobi .mid .logo svg {
  width: 95px;
  height: auto;
}
/* line 971, ../sass/app/_common.scss */
#head-open-mobi .mid .slogan {
  margin-top: 16px;
}
/* line 973, ../sass/app/_common.scss */
#head-open-mobi .mid .slogan .t1, #head-open-mobi .mid .slogan .t2 {
  font-size: 20px;
  background: linear-gradient(135deg, #004aae 0%, #45b035 80%, #ffea00 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  line-height: 1;
}
/* line 981, ../sass/app/_common.scss */
#head-open-mobi .mid .slogan .t2 {
  font-weight: bold;
}
/* line 985, ../sass/app/_common.scss */
#head-open-mobi .mid .stock {
  margin-top: 16px;
  font-size: 12px;
  font-weight: bold;
  color: #004AAE;
}
/* line 992, ../sass/app/_common.scss */
#head-open-mobi .conta {
  background-color: #EAECF0;
  padding: 24px 0;
}
/* line 995, ../sass/app/_common.scss */
#head-open-mobi .conta .item {
  margin-bottom: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #98A2B3;
  font-size: 12px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1001, ../sass/app/_common.scss */
#head-open-mobi .conta .item:hover {
  color: #45B035;
}
/* line 1005, ../sass/app/_common.scss */
#head-open-mobi .conta .head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: #98A2B3;
}
/* line 1008, ../sass/app/_common.scss */
#head-open-mobi .conta .head .icon {
  margin-right: .8rem;
}
/* line 1011, ../sass/app/_common.scss */
#head-open-mobi .conta .head .icon i {
  font-size: 1.6rem;
}
/* line 1015, ../sass/app/_common.scss */
#head-open-mobi .conta .head .string {
  font-weight: bold;
  color: #1D2939;
}
/* line 1021, ../sass/app/_common.scss */
#head-open-mobi .conta .cont a, #head-open-mobi .conta .cont span {
  display: block;
  line-height: 1.5;
}
/* line 1027, ../sass/app/_common.scss */
#head-open-mobi .qr-container {
  background-color: #EAECF0;
  padding: 16px 0;
}
/* line 1030, ../sass/app/_common.scss */
#head-open-mobi .qr-container img {
  width: 100px;
  height: auto;
}
/* line 1034, ../sass/app/_common.scss */
#head-open-mobi .qr-container .qr-tip {
  font-size: 1.2rem;
  color: #98A2B3;
  margin-top: 16px;
  line-height: 1;
}
/* line 1041, ../sass/app/_common.scss */
#head-open-mobi .blank {
  height: 32px;
  background-color: #EAECF0;
}

/* line 1047, ../sass/app/_common.scss */
#foot {
  padding-top: 120px;
  overflow: hidden;
}
/* line 1050, ../sass/app/_common.scss */
#foot > .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1054, ../sass/app/_common.scss */
#foot .left {
  margin-right: 20px;
}
/* line 1057, ../sass/app/_common.scss */
#foot .slogan {
  margin-top: 54px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}
/* line 1062, ../sass/app/_common.scss */
#foot .slogan span {
  display: block;
  background-clip: text;
  background-image: linear-gradient(90deg, #32a238, #036eb8);
  color: transparent;
}
/* line 1069, ../sass/app/_common.scss */
#foot .stock-code {
  margin-top: 136px;
  color: #004AAE;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
/* line 1076, ../sass/app/_common.scss */
#foot .right {
  flex: none;
  width: 66%;
}
/* line 1081, ../sass/app/_common.scss */
#foot .right .na-map > .cate-name,
#foot .right .cont-info > .cate-name {
  color: #98A2B3;
  font-size: 16px;
  width: 23%;
  flex: none;
  margin-right: 30px;
}
/* line 1089, ../sass/app/_common.scss */
#foot .right .na-map {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1095, ../sass/app/_common.scss */
#foot .right .na-map .map {
  font-size: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: space-between;
  align-items: space-between;
  height: 300px;
  flex: auto;
}
/* line 1104, ../sass/app/_common.scss */
#foot .right .na-map .map .head {
  color: black;
  display: block;
  position: relative;
}
/* line 1108, ../sass/app/_common.scss */
#foot .right .na-map .map .head:after {
  content: '•';
  display: block;
  position: absolute;
  color: inherit;
  font-size: 12px;
  top: 3px;
  left: -15px;
}
/* line 1118, ../sass/app/_common.scss */
#foot .right .na-map .map .list {
  margin: 10px 0 18px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
/* line 1123, ../sass/app/_common.scss */
#foot .right .na-map .map .sub-item {
  color: #98A2B3;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}
/* line 1129, ../sass/app/_common.scss */
#foot .right .na-map .map .sub-item:after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background-color: #45B035;
  position: absolute;
  left: 0;
  bottom: -2px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 1140, ../sass/app/_common.scss */
#foot .right .na-map .map .sub-item:hover {
  color: #45B035;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
/* line 1143, ../sass/app/_common.scss */
#foot .right .na-map .map .sub-item:hover:after {
  width: 100%;
}
/* line 1150, ../sass/app/_common.scss */
#foot .right .cont-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 1156, ../sass/app/_common.scss */
#foot .right .cont-info .cm {
  flex: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 1161, ../sass/app/_common.scss */
#foot .right .cont-info .list {
  font-size: 16px;
  grid-area: span 1 / span 3 / span 1 / span 3;
}
/* line 1164, ../sass/app/_common.scss */
#foot .right .cont-info .list .item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 14px;
}
/* line 1168, ../sass/app/_common.scss */
#foot .right .cont-info .list .head {
  color: black;
  position: relative;
}
/* line 1171, ../sass/app/_common.scss */
#foot .right .cont-info .list .head:after {
  content: '•';
  display: block;
  position: absolute;
  color: inherit;
  font-size: 12px;
  top: 3px;
  left: -15px;
}
/* line 1181, ../sass/app/_common.scss */
#foot .right .cont-info .list .cont {
  color: #98A2B3;
  margin-left: 10px;
}
/* line 1186, ../sass/app/_common.scss */
#foot .right .cont-info .open-map {
  font-size: 14px;
  margin-left: 15px;
  flex: none;
}
/* line 1190, ../sass/app/_common.scss */
#foot .right .cont-info .open-map .ml-32 {
  margin-left: 12px;
}
/* line 1193, ../sass/app/_common.scss */
#foot .right .cont-info .open-map .icon {
  font-size: 18px;
  margin-left: 14px;
  color: inherit;
}
/* line 1200, ../sass/app/_common.scss */
#foot .right .line {
  width: 100%;
  height: 1px;
  background-color: #EAECF0;
  margin: 40px 0;
}
/* line 1206, ../sass/app/_common.scss */
#foot .right .open-map-mobi {
  display: none;
}

/* line 1211, ../sass/app/_common.scss */
#foot-bott {
  margin: 140px 0 50px;
  color: #98A2B3;
}
/* line 1214, ../sass/app/_common.scss */
#foot-bott .sect {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1220, ../sass/app/_common.scss */
#foot-bott .copy a {
  text-decoration: underline;
}

/* line 1226, ../sass/app/_common.scss */
#backtop {
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1230, ../sass/app/_common.scss */
#backtop .icon {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #45B035;
  margin-right: 24px;
}
/* line 1238, ../sass/app/_common.scss */
#backtop .icon i {
  font-size: 24px;
  color: white;
}
/* line 1243, ../sass/app/_common.scss */
#backtop span {
  color: #98A2B3;
  font-size: 16px;
}

/* line 1250, ../sass/app/_common.scss */
._cover {
  width: 100%;
  height: 290px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
/* line 1256, ../sass/app/_common.scss */
._cover .bg {
  width: 100%;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 1267, ../sass/app/_common.scss */
._cover .sect {
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
/* line 1275, ../sass/app/_common.scss */
._cover .sect ._label, ._cover .sect ._t1 {
  text-align: center;
  font-size: 80px;
  color: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 1282, ../sass/app/_common.scss */
._cover .sect ._label {
  text-shadow: 0 0 50px rgba(69, 176, 53, 0.5);
  font-size: 16px;
}
/* line 1286, ../sass/app/_common.scss */
._cover .sect ._t1 {
  margin-bottom: 40px;
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  font-size: 38px;
  font-weight: 500;
}
/* line 1292, ../sass/app/_common.scss */
._cover .sect ._t2 {
  margin-bottom: 40px;
  font-size: 38px;
  font-weight: bold;
}
/* line 1299, ../sass/app/_common.scss */
._cover.open .bg {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition: -moz-transform 2s;
  -o-transition: -o-transform 2s;
  -webkit-transition: -webkit-transform 2s;
  transition: transform 2s;
}
/* line 1304, ../sass/app/_common.scss */
._cover.open .sect ._label, ._cover.open .sect ._t1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: all 2s 0s;
  -o-transition: all 2s 0s;
  -webkit-transition: all 2s;
  -webkit-transition-delay: 0s;
  transition: all 2s 0s;
}
/* line 1309, ../sass/app/_common.scss */
._cover.open .sect ._label {
  text-shadow: 0 0 0px #45B035;
}
/* line 1312, ../sass/app/_common.scss */
._cover.open .sect ._t1 {
  text-shadow: 0 0 0px black;
}

/**
 * 页面卸载读条
 */
/* line 1323, ../sass/app/_common.scss */
#loading-bar {
  position: fixed;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
/* line 1333, ../sass/app/_common.scss */
#loading-bar .slide {
  height: 2px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 74, 174, 0.4);
  -moz-animation: loadingSlidePos 2s ease infinite, loadingSlideWidth 1s ease infinite alternate;
  -webkit-animation: loadingSlidePos 2s ease infinite, loadingSlideWidth 1s ease infinite alternate;
  animation: loadingSlidePos 2s ease infinite, loadingSlideWidth 1s ease infinite alternate;
}

/* line 1343, ../sass/app/_common.scss */
#big-about-video-modal .modal-dialog {
  width: 92%;
  max-width: 1310px;
}
/* line 1346, ../sass/app/_common.scss */
#big-about-video-modal .modal-dialog video {
  width: 100%;
}
/* line 1349, ../sass/app/_common.scss */
#big-about-video-modal .modal-dialog .close {
  width: 40px;
  height: 40px;
  font-weight: bold;
  color: black;
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 40px;
  opacity: 0.8;
  line-height: 1;
}

@keyframes loadingSlidePos {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loadingSlideWidth {
  0% {
    width: 10%;
  }
  100% {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  /* line 1384, ../sass/app/_common.scss */
  #head-blank {
    height: 60px;
  }

  /* line 1387, ../sass/app/_common.scss */
  ._cover {
    height: 180px;
  }
  /* line 1390, ../sass/app/_common.scss */
  ._cover .sect ._label {
    font-size: 12px;
  }
  /* line 1393, ../sass/app/_common.scss */
  ._cover .sect ._t1 {
    font-size: 22px;
  }
  /* line 1396, ../sass/app/_common.scss */
  ._cover .sect ._t2 {
    margin-bottom: 32px;
    font-size: 22px;
  }

  /* line 1402, ../sass/app/_common.scss */
  #head {
    height: 60px;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  /* line 1405, ../sass/app/_common.scss */
  #head .sub-nav-container {
    display: none;
  }
  /* line 1408, ../sass/app/_common.scss */
  #head .navi {
    padding: 0 24px;
  }
  /* line 1411, ../sass/app/_common.scss */
  #head .navi nav .item {
    display: none;
  }
  /* line 1415, ../sass/app/_common.scss */
  #head .navi .logo {
    width: 85px;
    height: auto;
  }
  /* line 1419, ../sass/app/_common.scss */
  #head .navi .sc {
    margin-left: 12px;
    font-size: 12px;
  }
  /* line 1424, ../sass/app/_common.scss */
  #head .nav-tool {
    margin: 0;
  }
  /* line 1426, ../sass/app/_common.scss */
  #head .nav-tool > .item {
    width: 36px;
    height: 36px;
  }
  /* line 1429, ../sass/app/_common.scss */
  #head .nav-tool > .item.lang {
    display: none;
  }
  /* line 1432, ../sass/app/_common.scss */
  #head .nav-tool > .item.menu-mobi {
    display: -webkit-flex;
    display: flex;
  }
  /* line 1435, ../sass/app/_common.scss */
  #head .nav-tool > .item.menu-pc {
    display: none;
  }
  /* line 1438, ../sass/app/_common.scss */
  #head .nav-tool > .item .icon {
    font-size: 20px;
  }

  /* line 1445, ../sass/app/_common.scss */
  #head-open {
    display: none;
  }

  /* line 1449, ../sass/app/_common.scss */
  #head-open-mobi {
    display: block;
  }

  /* line 1453, ../sass/app/_common.scss */
  #foot {
    padding-top: 50px;
  }
  /* line 1455, ../sass/app/_common.scss */
  #foot > .sect {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 1461, ../sass/app/_common.scss */
  #foot .logo svg {
    width: 96px;
    height: auto;
  }
  /* line 1466, ../sass/app/_common.scss */
  #foot .slogan {
    margin-top: 16px;
    font-size: 20px;
  }
  /* line 1470, ../sass/app/_common.scss */
  #foot .stock-code {
    margin-top: 16px;
    font-size: 12px;
  }
  /* line 1474, ../sass/app/_common.scss */
  #foot .right {
    margin-top: 32px;
    width: 100%;
  }
  /* line 1477, ../sass/app/_common.scss */
  #foot .right .na-map {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  /* line 1482, ../sass/app/_common.scss */
  #foot .right .na-map > .cate-name {
    font-size: 12px;
    width: 100%;
    margin: 0;
  }
  /* line 1487, ../sass/app/_common.scss */
  #foot .right .na-map .map {
    margin-top: 24px;
    height: unset;
    display: -webkit-unset;
    display: unset;
    column-count: 2;
    /* 设置列数 */
    column-gap: 1em;
    /* 列与列之间的间隔 */
    break-inside: avoid-column;
    /* 避免在列中断 */
  }
  /* line 1494, ../sass/app/_common.scss */
  #foot .right .na-map .map > .item {
    break-inside: avoid;
    /* 避免在元素内断行 */
    margin-bottom: 1em;
    /* 元素间的间隔 */
    page-break-inside: avoid;
    /* 避免打印时元素内的分页 */
  }
  /* line 1499, ../sass/app/_common.scss */
  #foot .right .na-map .map .list {
    margin: 0 0 12px;
  }
  /* line 1504, ../sass/app/_common.scss */
  #foot .right .line {
    margin: 32px 0;
  }
  /* line 1508, ../sass/app/_common.scss */
  #foot .right .cont-info .cate-name {
    font-size: 12px;
    width: 84px;
    margin-right: 24px;
  }
  /* line 1517, ../sass/app/_common.scss */
  #foot .right .cont-info .list .head {
    flex: none;
  }
  /* line 1521, ../sass/app/_common.scss */
  #foot .right .cont-info .open-map {
    display: none;
  }
  /* line 1525, ../sass/app/_common.scss */
  #foot .right .open-map-mobi {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-top: 24px;
  }

  /* line 1532, ../sass/app/_common.scss */
  #foot-bott {
    margin: 32px auto 48px;
  }
  /* line 1534, ../sass/app/_common.scss */
  #foot-bott .sect {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    font-size: 12px;
  }
  /* line 1539, ../sass/app/_common.scss */
  #foot-bott .sect .copy {
    margin-top: 32px;
    line-height: 1.5;
    color: #D0D5DD;
  }
  /* line 1543, ../sass/app/_common.scss */
  #foot-bott .sect .copy .fg {
    display: none;
  }
  /* line 1546, ../sass/app/_common.scss */
  #foot-bott .sect .copy span,
  #foot-bott .sect .copy a {
    display: block;
  }

  /* line 1555, ../sass/app/_common.scss */
  #backtop .icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }
  /* line 1559, ../sass/app/_common.scss */
  #backtop .icon i {
    font-size: 20px;
  }
  /* line 1563, ../sass/app/_common.scss */
  #backtop span {
    font-size: 12px;
  }

  /* line 1569, ../sass/app/_common.scss */
  #big-about-video-modal .modal-dialog {
    width: unset;
  }
}
